home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Full / OrgPlus 7 SBE / ORGPL.CAB / css.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-05-15  |  3.8 KB  |  180 lines

  1. body {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5. .backgnavbar {
  6.     background-image: url(nav-center.jpg);
  7. }
  8.  
  9.  
  10. .highlightit img{
  11. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  12. -moz-opacity: 1;
  13. }
  14. .highlightit:hover img{
  15. filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  16. -moz-opacity: 1;
  17. }
  18.  
  19. #highlightit2 {
  20.  
  21.     background-image: url(zoom-wheel-off.jpg);
  22. }
  23. #highlightit2:hover {
  24.  
  25.  
  26. background-image: url(zoom-wheel-on.jpg);
  27. }
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. .imgcell img, .imgcell a { display: block; }
  36. .navbar {
  37.     border-top-style: none;
  38.     border-right-style: none;
  39.     border-bottom-style: none;
  40.     border-left-style: none;
  41. }
  42. .text {
  43.     font-size: 11px;
  44.     font-family: Verdana, Arial, Helvetica, sans-serif;
  45. }
  46. .whitetextnav {
  47.     font-family: Verdana, Arial, Helvetica, sans-serif;
  48.     font-size: 12px;
  49.     font-weight: normal;
  50.     color: #FFFFFF;
  51.     margin-top: 4px;
  52. }
  53. .textbuttons {
  54.     font-family: "Myriad Web Pro";
  55.     font-size: 13px;
  56.     font-weight: normal;
  57.     color: #FFFFFF;
  58. }
  59. .textbuttons2 {
  60.     font-family: "Myriad Web Pro";
  61.     font-size: 12px;
  62.     font-weight: normal;
  63.     color: #FFFFFF;
  64. }
  65. .textfind {
  66.     font-size: 11px;
  67.     padding-top: 2px;
  68.     font-family: Verdana, Arial, Helvetica, sans-serif;
  69. }
  70. .profile1 {
  71.     font-family: Verdana, Arial, Helvetica, sans-serif;
  72.     font-size: 12px;
  73.     font-weight: bold;
  74.     color: #333333;
  75.     padding-left: 5px;
  76. }
  77. .profile2 {
  78.     font-family: Verdana, Arial, Helvetica, sans-serif;
  79.     font-size: 12px;
  80.     font-weight: normal;
  81.     color: #333333;
  82. }
  83. .fieldnavbar {
  84.     font-family: Verdana, Arial, Helvetica, sans-serif;
  85.     font-size: 11px;
  86.     font-weight: normal;
  87.     background-color: #FFFFFF;
  88.     border: 1px solid #B9BBBB;
  89.     margin-left: 5px;
  90. }
  91. .bluewhite li a:hover{
  92.     background-color: #E6E7E8;
  93.     color: #676A6D;
  94.     border-color: #ffffff;
  95.         }
  96. .bluewhite ul{
  97.     border-color: #ffffff;
  98.         }
  99. ul {PADDING-LEFT: 12px; MARGIN: 0px 2px 2px 25px}
  100. li {
  101.     font-size: 12px;
  102.     font-weight: normal;
  103.     color: #333333;
  104.     font-family: Verdana, Arial, Helvetica, sans-serif;
  105.     PADDING-RIGHT: 2px;
  106.     PADDING-LEFT: 0px;
  107.     LIST-STYLE-IMAGE: url(arrow-grey.gif);
  108.     PADDING-BOTTOM: 3px;
  109.     MARGIN-LEFT: 0px;
  110.     PADDING-TOP: 0px;
  111.     margin-right: 0px;
  112. }
  113. li a {
  114.     font-size: 12px;
  115.     font-weight: normal;
  116.     color: #333333;
  117.     font-family: Verdana, Arial, Helvetica, sans-serif;
  118.     text-decoration: none;    
  119. }
  120. li a:hover {
  121.     font-size: 12px;
  122.     font-weight: normal;
  123.     color: #333333;
  124.     font-family: Verdana, Arial, Helvetica, sans-serif;
  125.     text-decoration: underline;    
  126. }
  127. .textbold {
  128.     font-family: Verdana, Arial, Helvetica, sans-serif;
  129.     font-size: 12px;
  130.     font-weight: bold;
  131.     color: #454545;
  132. }
  133. .textmediumbold {
  134.     font-family: Verdana, Arial, Helvetica, sans-serif;
  135.     font-size: 11px;
  136.     font-weight: bold;
  137.     color: #454545;
  138. }
  139. .textmedium {
  140.     font-family: Verdana, Arial, Helvetica, sans-serif;
  141.     font-size: 11px;
  142.     font-weight: normal;
  143.     color: #353535;
  144. }
  145. .clsNode { text-decoration: none; font: 13px verdana; color: #333333; font-weight: bold;}
  146. .clsNode:hover { text-decoration: none; color: black; }
  147.  
  148. .second { text-decoration: none; font: 12px verdana; color: black;}
  149. .second:hover { text-decoration: underline; color: black; }
  150.  
  151. .third { text-decoration: none; font: 11px verdana; color: black;}
  152. .third:hover { text-decoration: underline; color: black; }
  153. .poweredby {
  154.     font-size: 11px;
  155.     font-weight: normal;
  156.     color: #444645;
  157.     font-family: Verdana, Arial, Helvetica, sans-serif;
  158.     padding-top: 11px;
  159. }
  160. .indexItem 
  161. {
  162.   cursor: hand;
  163. }
  164.  
  165. @media screen
  166. {    
  167.     table.landscape {display:none}
  168. }
  169. @media print {
  170.     .landscape {
  171.         writing-mode: tb-rl;
  172.         page-break-after: always;
  173.     }
  174.     .landscape table.landscape {display:block}
  175.     .landscape table.portrait {display:none}
  176.     .portrait table.landscape {display:none}
  177.     .portrait table.portrait {display:block}
  178.     .landscape td, .landscape th {writing-mode: tb-rl}
  179. }
  180.